ServiceRemoveDelegate Method (Mailbox, IListUserId) |
Removes delegates on a specific mailbox.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic DelegateResponse RemoveDelegate(
Mailbox mailbox,
IList<UserId> users
)
Public Function RemoveDelegate (
mailbox As Mailbox,
users As IList(Of UserId)
) As DelegateResponse
Parameters
- mailbox
- Type: Independentsoft.ExchangeMailbox
The mailbox to remove delegates from. - users
- Type: System.Collections.GenericIListUserId
The IDs of the delegate users to remove.
Return Value
Type:
DelegateResponseA collection of objects that provides the results of the operation.
See Also